## version ## language ## codeset 0 ; Errors ====================================================================== ;-- Resource errors ----------------------------------------------------------- ; Can't open file ! errOpenFile ;Can't open file ! ; Can't open library ! errOpenLibrary ;Can't open library ! ; Can't open screen ! errOpenScreen ;Can't open screen ! ; Can't open window ! errOpenWindow ;Can't open window ! ; Can't allocate memory ! errAllocateMemory ;Can't allocate memory ! ; Can't allocate file request ! errAllocateFileRequest ;Can't allocate file request ! ; Can't allocate font request ! errAllocateFontRequest ;Can't allocate font request ! ; Can't allocate screenmode request ! errAllocateScrmdRequest ;Can't allocate screenmode request ! ; Can't allocate audiomode request ! errAllocateAudioRequest ;Can't allocate audiomode request ! ; Can't allocate signal ! errAllocateSignal ;Can't allocate signal ! ; Can't create context ! errCreateContext ;Can't create context ! ; Can't create gadgets ! errCreateGadgets ;Can't create gadgets ! ; Can't create menus ! errCreateMenus ;Can't create menus ! ; Can't layout menus ! errLayoutMenus ;Can't layout menus ! ; Can't create port ! errCreatePort ;Can't create port ! ; Can't close screen - close visitor windows first ! errVisitorWindows ;Can't close screen !\n\ ;Please close visitor-windows first ! ; Can't make screen public ! errMakeScreenPublic ;Can't make screen public ! ; Can't close that sample yet, it's still in use ! errCloseSample ;Can't close that sample yet, it's still in use ! ; Clip is empty ! errEmptyClip ;Clip is empty ! ; Can't access %s ! [ Expects filename as parameter ] errAccessFile ;Can't access %s ! ; Can't add appicon ! errAddAppIcon ;Can't add AppIcon ! ; Can't add samplebuffer ! errAddSampleBuffer ;Can't add samplebuffer ! ; Can't get visual info ! errGetVisualInfo ;Can't get visual info ! ; Can't allocate audio hardware ! errAllocateAudio ;Can't allocate audio hardware ! ; No AHI System or invalid AudioMode ! errNoAHI ;No AHI System or invalid AudioMode ! ; Execution of %s failed ! [ Expects functioname as parameter ] errFail ;Execution of %s failed ! ; Can't get sample attributes ! (loaders/Datatype_L) errSampleAttributes ;Can't get sample attributes ! ; Can't get sample object ! (loaders/Datatype_L) errSampleObject ;Can't get sample object ! ;- FileIO -------------------------------------------------------------------- ; Can't read data ! errReadData ;Can't read data ! ; Can't write data ! errWriteData ;Can't write data ! ; This isn't a %s file ! [ Expects filetype as parameter ] errWrongFiletype ;This isn't a %s file ! ; Can't read this %s file ! [ Expects filetype as parameter ] errUnsupportedSubtype ;Can't read this %s file ! ; This is not the right data file ! errWrongDatafile ;This is not the right data file ! ; Sample has no sampling rate, SoundFX sets it to default ! errNoSampleRate ;Sample has no sampling rate, SoundFX sets it to default ! ; Can't save the whole wave ! errSampleToLong ;Can't save the whole wave ! ; This sample isn't saved correctly ! errDamagedFormat ;This sample isn't saved correctly !\n\ ;I advice you to save the sample again. ;-- Sampletype ---------------------------------------------------------------- ; Source must be a mono sample ! errSourceMono ;Source must be a mono sample ! ; Source must be a stereo sample ! errSourceStrereo ;Source must be a stereo sample ! ; Source must be a quadro sample ! errSourceQuadro ;Source must be a quadro sample ! ; Source must be a stereo or quadro sample ! errSourceStereoQuadro ;Source must be a stereo or quadro sample ! ;-- Beta ---------------------------------------------------------------------- ; This function is not implemented yet ! errNotImplemented ;This function is not implemented yet ! ; This operation doesn't supports device-samples yet ! errNoVMemYet ;This operation doesn't supports device-samples yet ! ; Messages ==================================================================== ; This is an unregistered version ... msgUnregVersionStart ;This is an unregistered version of SoundFX !\n\ ;Saving of your work and using ARexx-Port is disabled !\n\ ;See guide for further informations ! ; You have used an unregistered Version ... msgUnregVersionEnd ;You have used an unregistered version of SoundFX ! ; Demo reminder - I've already told you that you can't save ... msgDemoNoSave ;I have already told you that you can't save your samples in the demo-version ! ; Demo reminder - I've already told you that you can't use rexx ... msgDemoNoARexx ;I have already told you that you can't use the arexx-port in the demo-version ! ; Installations seems to be incomplete ! msgInstIncomplete ;Installations seems to be incomplete !\n\ ;Please always install the sfx-bin_???, sfx-doc_??? and sfx-data archives.\n\ ;Leaving one out may lead to an instable installation ! ; Setting player options ... msgSetPlayerOpts ;Setting player options ... ; Setting global options ... msgSetDefaultGlobals ;Setting global options ... ; Setting local texts ... msgSetLocalTexts ;Setting local texts ... ; Scanning operators ... msgScanOperators ;Scanning operators ... ; Scanning loaders ... msgScanLoaders ;Scanning loaders ... ; Scanning players ... msgScanPlayers ;Scanning playerrs ... ; Scanning savers ... msgScanSavers ;Scanning savers ... ; Scanning rexxmacros ... msgScanRexxmacros ;Scanning rexxmacross ... ; Building on-line-help contents ... msgBuildHelp ;Building on-line-help contents ... ; Create ports ... msgCreatePorts ;Create ports ... ; Initialising GUI ... msgInitGUI ;Initialising GUI ... ; Working on %s[%d] msgProgress ;Working on %s[%d] ; Loading[%d] msgProgressLoad ;Loading[%d] ; Saving[%d] msgProgressSave ;Saving[%d] ;-- Requests ==================================================================== ; File already exists ! reqFileExists ;File already exists !\n\ ;What should I do ? ; Do you really want to quit ? reqReallyQuit ;Do you really want to quit ? ; SoundFX is already running !\nShould I start it again ? reqRunAgain ;SoundFX is already running !\nShould I start it again ? ; Do you really want to remove all samples ? reqRemoveAll ;Do you really want to remove all samples ? ; Do you really want to close this sample ? reqCloseSample ;Do you really want to close this sample ? ; Do you really want to delete this entry ? reqRemEntry ;Do you really want to delete this entry ? ; Strings ===================================================================== ;-- Requestertitles ----------------------------------------------------------- ; SoundFX-Message strSoundFXMessage ;SoundFX-Message ; SoundFX-Request strSoundFXRequest ;SoundFX-Request ; Load strLoad ;Load ; Save as strSaveAs ;Save as ; Select a font strSelectFont ;Select a font ; Select a screenmode strSelectScrMd ;Select a screenmode ; Select an audiomode strSelectAudioMd ;Select an audiomode ; Select a preset strSelectPreset ;Select a preset ; Select the default sample path strSelectSmpPath ;Select the default sample path ; Select the path for virtual memory files strSelectVMemPath ;Select the path for virtual memory files ; Select an buffer strSelectBuffer ;Select an buffer ; Select a frequency strSelectFrequency ;Select a frequency ; Select a window function strSelectWinFunc ;Select a window function ; Sample options strSmpOptions ;Sample options ;-- Requesterbuttons ---------------------------------------------------------- ; Okay strOkay ;Okay ; Cancel strCancel ;Cancel ; Replace (for "File already exists !") strReplace ;Replace ; specify new name (for "File already exists !") strNewName ;New Name ; Yes strYes strNo ; Help strHelp ;Help ;-- Windowtitles -------------------------------------------------------------- ; Record strRecord ;Record ; Playeroptions : %s strPlayerOptions ;Playeroptions : %s ;-- Misc ---------------------------------------------------------------------- ; Ready strReady ;Ready ; Menutexts =================================================================== ;-- SFX Mainmenu -------------------------------------------------------------- ; Project menProject ;Project ; Flush All ... menPrjFlushAll ;Flush All ... ; Load ... menPrjLoad ;Load ... ; Save ... menPrjSave ;Save ... ; Execute ... menPrjExecute ;Execute ... ; Execute Rexx ... menPrjExecuteRexx ;Execute Rexx ... ; Play All menPrjPlayAll ;Play All ; Play Range menPrjPlayRange ;Play Range ; Stop menPrjStop ;Stop ; Information menPrjInfo ;Information ... ; Quit menPrjQuit ;Quit ... ; Edit menEdit ;Edit ; Cut menEditCut ; Cut to begin menEditCutBeg ;Cut to begin ; Cut to end menEditCutEnd ;Cut to end ; Copy menEditCopy ;Copy ; Copy to begin menEditCopyBeg ;Copy to begin ; Copy to end menEditCopyEnd ;Copy to end ; Grab menEditGrab ;Grab ; Grab to begin menEditGrabBeg ;Grab to begin ; Grab to end menEditGrabEnd ;Grab to end ; Paste menEditPaste ;Paste ; Paste at begin menEditPasteBeg ;Paste at begin ; Paste at end menEditPasteEnd ;Paste at end ; Erase menEditErase ;Erase ; Erase to begin menEditEraseBeg ;Erase to begin ; Erase to end menEditEraseEnd ;Erase to end ; Zero menEditZero ;Zero ; Zero to begin menEditZeroBeg ;Zero to begin ; Zero to end menEditZeroEnd ;Zero to end ; Overwrite menEditOverwrite ;Overwrite ; Overwrite at begin menEditOverwriteBeg ;Overwrite at begin ; Exchange mark and clip menEditExchangeMarkAndClip ;Exchange mark and clip ; Replace mark by clip menEditReplaceMarkByClip ;Replace mark by clip ; Zoom menZoom ;Zoom ; Zoom in menZoomIn ;Zoom in ; Zoom out menZoomOut ;Zoom out ; 1 Pixel = 1 Sample menZoomPixel ;1 Pixel = 1 Sample ; Zoom all way out menZoomFull ;Zoom all way out ; Cleanup menCleanup ;Cleanup ; current menClCur ;current ; all menClAll ; all normal menClAllNorm ;all normal ; all zoomed menClAllZoom ;all zoomed ; Help menHelp ;Help ; Contents ... menHelpContents ;Contents ... ; Index ... menHelpIndex ;Index ... ; Workshop ... menHelpWorkshop ;Workshop ... ; Prefs menPrefs ;Prefs ; GUI ... menPrefsGUI ;GUI ... ; Sample ... menPrefsSample ;Sample ... ; Virtual memory ... menPrefsVMem ;Virtual memory ... ; Miscellaneous ... menPrefsMisc ;Miscellaneous ... ; Load menPrefsLoad ;Load ; Save menPrefsSave ;Save ; Reset menPrefsReset ;Reset ;-- SFX FXmenu ---------------------------------------------------------------- ; Start menStart ;Start ; About ... menAbout ;About ... ; Toolbartexts ================================================================ ;-- Loader -------------------------------------------------------------------- ; choose loader ... tbbLoaderChoice ;choose loader ... ; loader options ... tbbLoaderOptions ;loader options ... ; load file ... tbbLoadFile ;load file ... ;-- Saver --------------------------------------------------------------------- ; choose saverer ... tbbSaverChoice ;choose saver ... ; saver options ... tbbSaverOptions ;saver options ... ; save file ... tbbSaveFile ;save file ... ;-- Operator ------------------------------------------------------------------ ; choose operator ... tbbOperatorChoice ;choose operator ... ; run operator ... tbbRunOperator ;run operator ... ;-- Arexx macro --------------------------------------------------------------- ; choose arexx macro ... tbbArexxMacroChoice ;choose arexx macro ... ; run arexx macro tbbRunArexxMacro ;run arexx macro ;-- Audio IO ------------------------------------------------------------------ ; choose player ... tbbPlayerChoice ;choose audio module ... ; player options ... tbbPlayerOptions ;audio module options ... ; play all tbbPlayAll ;play all ; play range tbbPlayRange ;play range ; stop playing tbbStopPlaying ;stop playing ; record ... tbbRecord ;record ... ;-- Buffer -------------------------------------------------------------------- ; choose buffer ... tbbBufferChoice ;choose sample ... ; buffer options ... tbbBufferOptions ;sample options ... ; hide/show buffer tbbHideShow ;hide/show sample ;-- Edit ---------------------------------------------------------------------- ; variations for cuting an area tbbCutMen ;variations for cuting an area ; variations for copying an area tbbCopyMen ;variations for copying an area ; variations for pasting an area tbbPasteMen ;variations for pasting an area ; variations for erasing an area tbbEraseMen ;variations for erasing an area ; variations for grabbing an area tbbGrabMen ;variations for grabbing an area ; variations for zeroing an area tbbZeroMen ;variations for zeroing an area ; variations for overwriting an area tbbOverwrMen ;variations for overwriting an area ;-- Zoom ---------------------------------------------------------------------- ; zoom mode tbbZoomMode ;zoom mode ; zoom in tbbZoomIn ;zoom in ; zoom out tbbZoomOut ;zoom out ; zoom 1:1 tbbZoomEq ;zoom 1:1 ; zoom out full tbbZoomOutFull ;zoom out full ;-- Range --------------------------------------------------------------------- ; range mode tbbRangeMode ;range mode ; lock range length tbbLockLength ;lock range length ; left & down / right & up tbbChBegEnd ;left & down / right & up ; move to begin tbbMoveBeg ;move to begin ; move left fast tbbMoveLeftF ;move left fast ; move left slow tbbMoveLeftS ;move left slow ; move to next left zero-crossing tbbMoveLeftN ;move to next left zero-crossing ; move to next right zero-crossing tbbMoveRightN ;move to next right zero-crossing ; move right slow tbbMoveRightS ;move right slow ; move right fast tbbMoveRightF ;move right fast ; move to end tbbMoveEnd ;move to end ; move to top tbbMoveTop ;move to top ; move up fast tbbMoveUpF ;move up fast ; move up slow tbbMoveUpS ;move up slow ; move to upper peak tbbMoveUpP ;move to upper peak ; move to lower peak tbbMoveDownP ;move to lower peak ; move down slow tbbMoveDownS ;move down slow ; move down fast tbbMoveDownF ;move to down fast ; move to bottom tbbMoveBottom ;move to end ; Dropdowntexts =============================================================== ;-- Cut ----------------------------------------------------------------------- ; cut area tbbCut ;cut area ; cut to begin tbbCutB ;cut to begin ; cut to end tbbCutE ;cut to end ;-- Copy ---------------------------------------------------------------------- ; copy area tbbCopy ;copy area ; copy to begin tbbCopyB ;copy to begin ; copy to end tbbCopyE ;copy to end ;-- Paste ---------------------------------------------------------------------- ; paste area tbbPaste ;paste area ; paste at begin tbbPasteB ;paste at begin ; paste at end tbbPasteE ;paste at end ;-- Erase ---------------------------------------------------------------------- ; erase area tbbErase ;erase area ; erase to begin tbbEraseB ;erase to begin ; erase to end tbbEraseE ;erase to end ;-- Grab ---------------------------------------------------------------------- ; grab area tbbGrab ;grab area ; grab to begin tbbGrabB ;grab to begin ; grab to end tbbGrabE ;grab to end ;-- Zero ---------------------------------------------------------------------- ; zero area tbbZero ;zero area ; zero to begin tbbZeroB ;zero to begin ; zero to end tbbZeroE ;zero to end ;-- OverWr ---------------------------------------------------------------------- ; overwrite area tbbOverwr ;overwrite area ; overwrite at begin tbbOverwrB ;overwrite at begin ;-- EOF -----------------------------------------------------------------------